.sh-shoopy-html-page .text-zinc-900,
.ref-widg.sh-referral-widget,
.woot-widget-powered-by {
  display: none !important
}

.woot-widget-bubble {
  position: fixed !important;
  bottom: 64px !important;
  right: 16px !important;
  z-index: 999999 !important
}

@media screen and (max-width:768px) {
  .woot-widget-holder {
    width: 80% !important;
    height: 60vh !important;
    bottom: 10px !important;
    right: 10px !important;
    transform: translateY(45%) !important
  }
}

}

.MuiModal-root main.MuiContainer-root {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden
}

.MuiModal-root main.MuiContainer-root::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1600 / 677;
  background-image: url(https://image.cdn.shpy.in/516234/sinup-banner.1781698644839-1781698645121.jpeg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 7px
}

.MuiModal-root .flex.flex-col.items-center.py-6 {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important
}

.MuiModal-root h6,
.MuiModal-root .MuiTypography-h6 {
  margin-top: 5px !important;
  margin-bottom: 5px !important
}

.sh-shoopy-html-page>div {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  border: none
}

.sh-shoopy-html-page .border-inherit {
  border: none
}

.sh-shoopy-html-page .text-zinc-900 {
  display: none !important
}

.border-inherit {
  border: none !important
}

.sh-shoopy-blog-page .border-inherit {
  border: none
}

.details-content h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin: 20px 0 15px !important;
  display: block !important
}

.details-content h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 20px 0 12px !important;
  display: block !important
}

.details-content p {
  margin: 0 0 15px !important;
  line-height: 1.7 !important;
  display: block !important
}

.details-content ul {
  padding-left: 20px !important;
  margin: 15px 0 !important;
  list-style: disc !important
}

.details-content ol {
  padding-left: 20px !important;
  margin: 15px 0 !important;
  list-style: decimal !important
}

.details-content li {
  margin-bottom: 8px !important
}

.details-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 15px 0 !important
}

.details-content td,
.details-content th {
  border: 1px solid #ddd !important;
  padding: 10px !important
}

.details-content details {
  margin-bottom: 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  overflow: hidden !important
}

.details-content summary {
  padding: 12px 15px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  background: #f8f8f8 !important
}

.details-content details p {
  padding: 15px !important;
  margin: 0 !important
}

@media (min-width:769px) {
  .desktop-nav.max-w-full {
    display: none !important
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform .5s ease;
  will-change: transform
}

.slider-item {
  min-width: 100%;
  height: 100%
}

.slider-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgb(0 0 0 / .35);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
  backdrop-filter: blur(6px);
  transition: .3s
}

.slider-arrow:hover {
  background: rgb(0 0 0 / .65)
}

.slider-prev {
  left: 15px
}

.slider-next {
  right: 15px
}

.slider-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10
}

.slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgb(255 255 255 / .5);
  cursor: pointer;
  transition: .3s
}

.slider-dot.active {
  background: #fff;
  transform: scale(1.3)
}

@media(max-width:1024px) {
  .hero-slider {
    height: 60vh
  }
}

@media(max-width:768px) {
  .hero-slider {
    height: auto;
    overflow: hidden
  }
  .slider-item {
    height: auto
  }
  .slider-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain
  }
  .slider-arrow {
    display: none
  }
  .slider-dots {
    bottom: 10px
  }
}

@media(max-width:480px) {
  .slider-dot {
    width: 7px;
    height: 7px
  }
}

.baba-wrap {
  max-width: auto;
  margin: 40px auto;
  padding: 0 15px
}

.baba-desktop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.baba-desktop-grid a,
.baba-mobile-grid a {
  display: block;
  text-decoration: none
}

.baba-desktop-grid img,
.baba-mobile-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: .3s
}

.baba-desktop-grid img:hover,
.baba-mobile-grid img:hover {
  transform: scale(1.02)
}

.baba-mobile-grid {
  display: none
}

@media(max-width:768px) {
  .baba-desktop-grid {
    display: none
  }
  .baba-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

.cat-wrapper {
  width: 100%;
  background: #fff;
  padding: 18px 0
}

.cat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px 20px
}

.cat-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -.5px
}

.cat-view {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #6d28d9
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0;
  width: 100%
}

.cat-card {
  text-decoration: none;
  text-align: center;
  color: #000;
  transition: .3s ease
}

.cat-img-wrapper {
  width: 100%
}

.cat-img-wrapper img {
  width: 90%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin: auto;
  transition: .3s ease
}

.cat-card:hover img {
  transform: translateY(-4px)
}

.cat-title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #111
}

@media(max-width:768px) {
  .cat-header {
    margin: 0 10px 15px
  }
  .cat-heading {
    font-size: 13px
  }
  @media (max-width:768px) {
    .cat-grid {
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
      -webkit-overflow-scrolling: touch !important
    }
    .cat-grid::-webkit-scrollbar {
      display: none !important;
      width: 0 !important;
      height: 0 !important
    }
  }
  .cat-card {
    flex: 0 0 auto;
    width: 110px
  }
  .cat-img-wrapper img {
    max-width: 100px
  }
}

.desktop-offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px
}

.desktop-offers img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px
}

.mobile-banner-slider {
  display: none
}

@media (max-width:768px) {
  .desktop-offers {
    display: none
  }
  .mobile-banner-slider {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
  }
  .banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    pointer-events: none
  }
  .banner-slide.active {
    opacity: 1;
    position: relative;
    z-index: 2
  }
  .banner-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain
  }
}

.tulsi-wrap {
  width: 100%;
  margin: 30px auto;
  padding: 0 15px
}

.tulsi-desktop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.tulsi-desktop-grid a,
.tulsi-mobile-grid a {
  display: block;
  text-decoration: none
}

.tulsi-desktop-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: .3s ease
}

.tulsi-mobile-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: .3s ease
}

.tulsi-desktop-grid img:hover,
.tulsi-mobile-grid img:hover {
  transform: scale(1.02)
}

.tulsi-mobile-grid {
  display: none
}

@media(max-width:768px) {
  .tulsi-desktop-grid {
    display: none
  }
  .tulsi-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

.tulsi-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.5px
}

@media (max-width:768px) {
  .tulsi-heading {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -.5px
  }
}

.jiva-collections {
  width: 100%;
  padding: 20px 15px;
  background: #fff
}

.jiva-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.jiva-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.5px
}

.jiva-view {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  white-space: nowrap
}

.jiva-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.jiva-card {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
  aspect-ratio: 4/3;
  text-decoration: none
}

.jiva-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease
}

.jiva-card:hover img {
  transform: scale(1.04)
}

@media (max-width:768px) {
  .jiva-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .jiva-card {
    border-radius: 12px
  }
  .jiva-view {
    font-size: 13px
  }
}

.Ravindar-collections {
  width: 100%;
  padding: 20px 15px;
  background: #fff
}

.Ravindar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px
}

.Ravindar-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.5px
}

.Ravindar-view {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  white-space: nowrap
}

.Ravindar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.Ravindar-card {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
  text-decoration: none
}

.Ravindar-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease
}

.Ravindar-card:hover img {
  transform: scale(1.04)
}

@media (max-width:768px) {
  .Ravindar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .Ravindar-card {
    border-radius: 12px
  }
  .Ravindar-view {
    font-size: 13px
  }
}

.chote-lal-collections {
  width: 100%;
  padding: 20px 15px;
  background: #fff
}

.chote-lal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}

.chote-lal-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.3px
}

.chote-lal-view {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .3s ease
}

.chote-lal-view:hover {
  opacity: .7
}

.chote-lal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.chote-lal-card {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
  text-decoration: none;
  box-shadow: 0 2px 10px rgb(0 0 0 / .04)
}

.chote-lal-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease
}

.chote-lal-card:hover img {
  transform: scale(1.05)
}

@media (max-width:991px) {
  .chote-lal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

@media (max-width:768px) {
  .chote-lal-collections {
    padding: 16px 12px
  }
  .chote-lal-heading {
    font-size: 20px
  }
  .chote-lal-view {
    font-size: 13px
  }
  .chote-lal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .chote-lal-card {
    border-radius: 14px
  }
}

.Bindu-collections {
  width: 100%;
  padding: 20px 15px;
  background: #fff
}

.Bindu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}

.Bindu-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.3px
}

.Bindu-view {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .3s ease
}

.Bindu-view:hover {
  opacity: .7
}

.Bindu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.Bindu-card {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f5;
  text-decoration: none;
  box-shadow: 0 2px 10px rgb(0 0 0 / .04)
}

.Bindu-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease
}

.Bindu-card:hover img {
  transform: scale(1.05)
}

@media (max-width:991px) {
  .Bindu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
  }
}

@media (max-width:768px) {
  .Bindu-collections {
    padding: 16px 12px
  }
  .Bindu-heading {
    font-size: 20px
  }
  .Bindu-view {
    font-size: 13px
  }
  .Bindu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .Bindu-card {
    border-radius: 14px
  }
}

.sc-reviews-section {
  max-width: 1200px;
  margin: 25px auto;
  padding: 0 10px;
  background: #fff
}

.sc-reviews-header {
  text-align: center;
  margin-bottom: 15px
}

.sc-reviews-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #222
}

.sc-reviews-header p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666
}

.sc-reviews-row {
  display: flex;
  gap: 10px
}

.sc-review-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 2px 8px rgb(0 0 0 / .04)
}

.sc-stars {
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 10px
}

.sc-review-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  min-height: 95px
}

.sc-reviewer {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px
}

@media only screen and (max-width:768px) {
  .sc-reviews-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
  .sc-reviews-header h2 {
    font-size: 20px
  }
  .sc-reviews-header p {
    font-size: 12px
  }
  .sc-review-card {
    padding: 12px
  }
  .sc-stars {
    font-size: 12px;
    margin-bottom: 8px
  }
  .sc-review-card p {
    font-size: 11px;
    min-height: 90px;
    line-height: 1.5
  }
  .sc-reviewer {
    font-size: 11px;
    padding-top: 8px;
    margin-top: 8px
  }
}

.sc-footer-trust-strip {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 15px 0
}

.sc-footer-trust-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sc-trust-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 8px
}

.sc-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #e5e5e5
}

.sc-trust-item i {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #ff00aa, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0
}

.sc-trust-item span {
  display: block;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap
}

@media only screen and (max-width:768px) {
  .sc-footer-trust-strip {
    padding: 8px 0
  }
  .sc-trust-item:nth-child(5) {
    display: none
  }
  .sc-trust-item {
    padding: 0 2px
  }
  .sc-trust-item i {
    font-size: 15px;
    margin-bottom: 3px
  }
  .sc-trust-item span {
    font-size: 10px
  }
  .sc-trust-item:not(:last-child)::after {
    height: 18px
  }
}

main revert-tailwind-container * {
  all: revert
}

.product-card-image-container {
  aspect-ratio: 4 / 5 !important;
  overflow: hidden;
  position: relative;
  background: #fff
}

.product-card-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block
}

.main-header,
.main-header.page-container,
header,
header .main-header {
  background-color: #020075 !important
}

@media (max-width:1024px) {
  .main-header {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.page-container,
.main-container,
body>main {
  width: 100%;
  margin: 0 auto
}
.category-header {
    display: none !important;
}
.mobile-header-icons svg,
.mobile-header-icons svg * {
    stroke: #ffffff !important;
}